home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / althome.zip / ALTHOME.TXT next >
Text File  |  1996-08-05  |  1KB  |  29 lines

  1. Chris Hilton
  2. chris@ichat.com
  3. 8/4/96
  4.  
  5. This is a modified version of Vhold's homing missile weapons.qc to make
  6. it a bit more...interesting. 
  7.  
  8. First, rockets only acquire targets that are 'infront', with infront 
  9. defined a little more tightly than it is for the monster ai.
  10.  
  11. Next, I thought I'd make the missile curve rather than abruptly change 
  12. directions, so I made the new direction velocity add on to the old 
  13. velocity. Looks nice, I think.
  14.  
  15. Then, I figured that as long as it was only acquiring targets in front, 
  16. it might as well be allowed to target the owner, since this should 
  17. rarely happen but would be an interesting aspect. Also, had to modify 
  18. Touch so it blows up on owner.
  19.  
  20. Finally, I made the rocket constantly acquire new targets in flight, 
  21. which helps to produce a bit more erratic, but interesting, behavior.
  22.  
  23. Miscellany: Upped speed to 500 (catching up to your own missile just
  24. seemed wrong). The missile said it was targeting doors, so I prevented 
  25. this.
  26.  
  27. Enjoy and send comments to chris@ichat.com.
  28.  
  29.